home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoo Guides: Life in the Desert
/
Zoo Guides - Life in the Desert.iso
/
pc
/
lfnthdsr
/
chapters
/
shared.dir
/
00405_Script_405
< prev
next >
Wrap
Text File
|
1995-05-08
|
797b
|
28 lines
--
on bigvideo
global hh, ww, ht, wt
puppetsprite 15, true
if the height of sprite 15 < 360 then
put the height of sprite 15 into ht
put the width of sprite 15 into wt
put the loch of sprite 15 into hh
put the locv of sprite 15 into ww
set the loch of sprite 15 to 320
set the locv of sprite 15 to 192
set the height of sprite 15 to 384
set the width of sprite 15 to 496
updatestage
else
set the visibility of sprite 15 to 0
updatestage
set the height of sprite 15 to 195
set the width of sprite 15 to wt
set the loch of sprite 15 to (the loch of sprite 14)
set the locv of sprite 15 to (the locv of sprite 14)
set the visibility of sprite 15 to 1
-- set the controller of cast (the castnum of sprite 15) to 1
updatestage
end if